home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / braveheart / data1.cab / Script_Files_(Common) / data / AICastle_md.txt < prev    next >
Text File  |  1999-05-16  |  2KB  |  62 lines

  1. // Tartan Army Script (C) 1999 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Medium Castle");
  4.  
  5.     Protects(1);
  6.  
  7.     Uses(0, 0, "Corner Tower", North);
  8.     Uses(0, 1, "Wall Standard", North);
  9.     Uses(0, 2, "Wall Bartizan", North);
  10.     Uses(0, 3, "Wall Standard", North);
  11.     Uses(0, 4, "Wall Tower", North);
  12.     Uses(0, 5, "Wall Standard", North);
  13.     Uses(0, 6, "Wall Bartizan", North);
  14.     Uses(0, 7, "Wall Standard", North);
  15.     Uses(0, 8, "Corner Tower", East);
  16.     
  17.     Uses(1, 0, "Wall Standard", West);
  18.     Uses(1, 4, "Strong Shack", South);
  19.     Uses(1, 8, "Wall Standard", East);
  20.  
  21.     Uses(2, 0, "Wall Bartizan", West);
  22.     Uses(2, 8, "Wall Bartizan", East);
  23.  
  24.     Uses(3, 0, "Wall Standard", West);
  25.     Uses(3, 8, "Wall Standard", East);
  26.  
  27.     Uses(4, 0, "Wall Tower", West);
  28.     Uses(4, 1, "Strong Shack", East);
  29.     Uses(4, 7, "Strong Shack", West);
  30.     Uses(4, 8, "Wall Tower", East);
  31.     
  32.     Uses(5, 0, "Wall Standard", West);
  33.     Uses(5, 8, "Wall Standard", East);
  34.  
  35.     Uses(6, 0, "Wall Bartizan", West);
  36.     Uses(6, 8, "Wall Bartizan", East);
  37.     
  38.     Uses(7, 0, "Wall Standard", West);
  39.     Uses(7, 8, "Wall Standard", East);
  40.  
  41.     Uses(8, 0, "Corner Tower", West);
  42.     Uses(8, 1, "Wall Standard", South);
  43.     Uses(8, 2, "Wall Bartizan", South);
  44.     Uses(8, 3, "Wall Standard", South);
  45.     Uses(8, 4, "Wall Tower", South);
  46.     Uses(8, 5, "Wall Standard", South);
  47.     Uses(8, 6, "Wall Bartizan", South);
  48.     Uses(8, 7, "Wall Standard", South);
  49.     Uses(8, 8, "Corner Tower", West);
  50.  
  51.     Uses(8, 4, "Gate Iron", South);
  52.     
  53.     NewGroup();
  54.  
  55.     Uses(4, 4, "Keep 2", South);
  56.  
  57.     NewGroup();
  58.  
  59.     Ring(0,0,8,8);
  60.     
  61.     EndStronghold();
  62.